object DirOpProgressFrame: TDirOpProgressFrame Left = 0 Top = 0 Width = 583 Height = 38 TabOrder = 0 Visible = False OnResize = RemainingChanged object ProgressLbl: TUiLabel Left = 216 Top = 4 Width = 265 Height = 13 AutoSize = False Caption = '%' ShowAccelChar = False end object RemainingLbl: TUiLabel Left = 569 Top = 4 Height = 13 Caption = '%' ShowAccelChar = False end object ErrorImage: TUiImage Left = 25 Top = 21 Width = 16 Height = 16 Transparent = True ImageIndex = imgWarning Images = BcImages.MainImages end object ErrorCountLbl: TUiLabel Left = 47 Top = 21 Height = 13 Hint = 'View all errors in a popup window' Caption = '%' end object ErrorLbl: TUiLabel Left = 216 Top = 21 Height = 13 Caption = '%' ShowAccelChar = False end object ProgressBar: TUiProgressBar Left = 25 Top = 2 Width = 184 Height = 17 TabOrder = 0 end object CancelBtn: TUiBitBtn Left = 1 Top = 0 Width = 22 Height = 21 Hint = 'Stop|Stops operation.' TabOrder = 1 OnClick = CancelClick ImageIndex = imgStopRed Images = BcImages.MainImages end end